home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / fnos16a5.zip / HELP.ZIP / SESSION < prev    next >
Text File  |  1995-10-20  |  2KB  |  53 lines

  1.  
  2. session [<session#>] [arguments]
  3.  
  4.      Without arguments, displays the list of current sessions,
  5. including session number, associated socket, the session screen-swap
  6. mode, the session type and state, the send and receive queue sizes,
  7. and the remote TCP or AX.25 address.  An asterisk (*) is shown next to
  8. the current session.
  9.  
  10.      Entering  a session number as an argument to the session command
  11. will put you in converse mode with that session.  If you have started
  12. the TTYLINK server, and have set Attended mode, an incoming telnet con-
  13. nect to the ttylink port will automatically create a split-screen
  14. session and switch you to that session.
  15.  
  16.  
  17.     session <session#> flowmode [on | off]
  18.  
  19.      <flowmode> displays or enables / disables setting of --more--
  20.      handling for <session#>.  This is handy for long directory
  21.      listings coming from an ftp session, for example .  Escaping to
  22.      command mode before issuing the dir command and entering "session
  23.      # flowmode on" gives a page at a time to look at.  At any time
  24.      you can escape out again and switch flowmode off.  Note that a
  25.      ftp session has it's own flow command now built in.  See FTP
  26.      commands later in this manual.
  27.  
  28.      To avoid the --more-- prompt when the output of console commands
  29.      exceeds the screen length, turn flowmode off for session 0.  This
  30.      session number always exists, but is not shown in the session
  31.      listing.  Some commands, such as "more" or "dir", will ignore
  32.      flowmode since they manage their own output pagination.  But, these
  33.      commands will accept a 'Q' to quit (abort) further output.
  34.      Example:  session 0 flowmode off
  35.  
  36.  
  37.     session <session#> split [on | off]
  38.  
  39.      <split> displays or enables / disables the split-window capability
  40.      of session <session#>.  This is useful to separate what you enter
  41.      from the keyboard (shown in a small window at the bottom of the
  42.      screen) from incoming data, which is shown in a large window at the
  43.      top of the screen.  For example, a ttylink session is begun in split
  44.      mode.
  45.  
  46.  
  47.     session swapmode [ems | xms | memory | file]
  48.  
  49.      <swapmode> displays or defines how session screens are saved when
  50.      the associated session is not current.  The initial setting is
  51.      determined by the -m command-line argument value and/or compilation
  52.      options.
  53.